πΌοΈ PNG / JPG to WebP Image Converter
This plugin provides a simple server-side action to convert PNG or JPG images into optimized WebP images.It accepts images from:
β’ Bubble file URLs
β’ Public image URLs
The result is a WebP image returned as a Bubble image type, ready to be stored, displayed, or reused inside your workflows.
β
WHY USE THIS PLUGIN? β’ Reduce image file size significantly
β’ Improve page load performance
β’ Automatically generate modern WebP assets
β’ Fully server-side (no client-side scripts or hacks)
βοΈ AVAILABLE ACTION Convert Image File to WebP: Converts a PNG or JPG image into WebP format with optional resizing and quality control.
π₯ INPUTS: β’ Image URL: Bubble file URL or any publicly accessible image URL
β’ Max Size (px) (optional): Maximum width or height in pixels. Aspect ratio is preserved.
β’ Quality (optional): WebP quality from 1 to 100 (defaults to 30).
π€ OUTPUT β’
WebP Image Converted image in WebP format (Bubble image type)
β FAQ β’
What image formats are supported? This plugin supports PNG and JPG images as input. Other formats are not supported.
β’
Can I use images uploaded by users? Yes. You can pass a Bubble file URL, such as the result of a File Uploader element.
β’
Can I convert images from external URLs? Yes, as long as the image URL is publicly accessible at the time the workflow runs.
β’
What happens if the image is larger than the max size? The image will be resized proportionally so that its largest dimension matches the max size value.
β’
What quality value should I use? Lower values produce smaller files with more compression. Higher values preserve more image detail.
A value between 25 and 40 works well for most use cases.
β’
Is this action client-side or server-side? The conversion runs entirely on the server.
π¬ About the DeveloperThis plugin is developed and maintained by Ian Storni.
If you want some help, or have a suggestion, please get in touch.
π§ Email: [email protected]π Website: ianstorni.comπ§© Bubble Marketplace Profile: Click here to check other plugins and templates.